home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 March
/
PCWorld_2008-03_cd.bin
/
v cisle
/
pcwxp
/
pcwXPServices.exe
/
pcwXPServices
/
pcwXPServices.hta
Wrap
Text File
|
2008-01-13
|
21KB
|
637 lines
<HTML>
<HEAD>
<TITLE>Konfigurace slu₧eb ve Windows XP
</TITLE>
<HTA:APPLICATION
ID = "XPServices"
APPLICATIONNAME = "XPServices"
ICON="./Tools/IDG.ICO"
BORDER = "normal"
CAPTION = "yes"
SHOWINTASKBAR = "yes"
SINGLEINSTANCE = "yes"
SYSMENU = "yes"
WINDOWSTATE = "normal"
SCROLL = "no"
SCROLLFLAT = "no"
VERSION = "1.0"
INNERBORDER = "no"
SELECTION = "no"
MAXIMIZEBUTTON = "no"
MINIMIZEBUTTON = "yes"
NAVIGABLE = "No"
CONTEXTMENU = "no"
BORDERSTYLE = "normal"/>
<STYLE type="text/css">
body {font-family:Tahoma,Verdana,Arial,Geneva;
border:none;
scrollbar-arrow-color: #BBF0FF;
scrollbar-base-color: #000000;
scrollbar-dark-shadow-color: #00204A;
scrollbar-track-color: #00204A;
scrollbar-face-color: #2969B5;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #00204A;
scrollbar-3d-light-color: #00204A;
font-style:normal;
font-size:12;
color:#FFFFFF;
background-color:#2969B5;
filter:progid:DXImageTransform.Microsoft.Gradient(
GradientType=1,
StartColorStr="#00204A",
EndColorStr="#00357B");
}
.Label {
font-family:Tahoma,Verdana,Arial,Geneva;
font-style:normal;
font-size:12;
color:#FFFFFF;
background-color:#2969B5;
filter:progid:DXImageTransform.Microsoft.Gradient(
GradientType=1,
StartColorStr="#00204A",
EndColorStr="#00357B");
Border:none
}
.Textbox {
font-family:Tahoma,Verdana,Arial,Geneva;
font-style:normal;
font-size:12;
color:#FFFFFF;
background-color:#2969B5;
filter:progid:DXImageTransform.Microsoft.Gradient(
GradientType=1,
StartColorStr="#00204A",
EndColorStr="#00357B");
border-right: #000000 2pt solid;
border-top: #000000 2pt solid;
border-left: #000000 2pt solid;
border-bottom: #000000 2pt solid;
}
.Button {
font-family:verdana;
font-size:12;
font-weight:bold;
background-color:#008000;
color:#FFFFFF;
border-right: #000000 2pt solid;
border-top: #000000 2pt solid;
border-left: #000000 2pt solid;
border-bottom: #000000 2pt solid;
filter:Alpha(opacity=100, finishopacity=40, style=3);
}
<!--
a:link { font-family:verdana; font-size:12; color:#FF8000; }
a:visited { font-family:verdana; font-size:12; color:#FFFFFF; }
a:hover { font-family:verdana; font-size:12; color:#FF8000; font-weight:bold; }
-->
.Link {
font-family:verdana;
font-size:12;
color:#FF8000;
}
</STYLE>
</HEAD>
<SCRIPT LANGUAGE="VBScript">
on error resume next
Set myfiles = CreateObject("Scripting.FileSystemObject")
Set myshell = CreateObject("Wscript.Shell")
Set Pfad = Myfiles.GetFolder(".\Tools")
if not (myfiles.FileExists(Pfad & "\XPPCW.bat")) then
Pfad = Mid(XPServices.commandLine, 1, InstrRev(XPServices.commandLine, "\", -1, vbTextCompare)) & "\Tools"
Pfad = Replace(Pfad, Chr(34), "", 1, -1, vbTextCompare)
end If
MinKonf = "XPMinimal.bat"
SafeKonf = "XPSafe.bat"
pcwKonf = "XPPCW.bat"
'ZjiÜt∞nφ verze Windows
Winvers = myshell.Regread("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\ProductName")
if Instr(1, lcase(Winvers), "xp", vbTextCompare) <> 0 then
DefaultVal = "Standardnφ konfigurace Windows XP"
DefKonf = "XP.bat"
DefHTM = "DefXP.htm"
else
msgbox "Tato utilita je urΦena pouze pro Windows XP", vbOkOnly+vbExclamation, "Chyba"
call SubQuit
End If
'==========================================================================
Sub SubInitFenster
on error resume next
FB = screen.availWidth 'Dosa₧itelnß Üφ°ka okna
FH = screen.availHeight 'Dosa₧itelnß v²Üka okna
nScaleFactor = screen.deviceXDPI/screen.logicalXDPI
if FB=800 then
FB=INT(FB*0.88*nScalefactor)
FH=INT(FH*nScalefactor)
FEN=INT(FH*0.25)
elseif FB=1024 then
FB=INT(FB*0.69*nScalefactor)
FH=INT(FH*0.88*nScalefactor)
FEN=INT(FH*0.4*nScalefactor)
elseif FB=1152 then
FB=INT(FB*0.61*nScalefactor)
FH=INT(FH*0.75*nScalefactor)
FEN=INT(FH*0.4*nScalefactor)
else
FB=INT(FB*0.56*nScalefactor)
FH=INT(FH*0.65*nScalefactor)
FEN=INT(FH*0.4*nScalefactor)
end if
document.all.Deflabel.Value = DefaultVal
document.all.TheFrame.style.setAttribute "height", FEN, False
Window.resizeTo FB, FH 'Zm∞n∞nß Üφ°ka a v²Üka
If not (myfiles.FileExists(Pfad & "\XPLast.bat")) then
document.all.ServKonf(3).disabled = True
else
document.all.ServKonf(3).disabled = False
end if
If not (myfiles.FileExists(Pfad & "\XPOrg.bat")) then
document.all.ServKonf(4).disabled = True
else
document.all.ServKonf(4).disabled = False
end if
End Sub
'==========================================================================
Function LoadKonf(Config)
if Config = "Def" then
InFrame = DefHTM
elseif Config = "last" then
InFrame = "Konfigurace slu₧eb p°ed poslednφ provedenou zm∞nou"
document.all.TheFrame.innerHTML = InFrame
exit function
elseif Config = "org" then
InFrame = "PoΦßteΦnφ konfigurace"
document.all.TheFrame.innerHTML = InFrame
exit function
else
InFrame = Config & ".htm"
end if
Set ConfFile = myfiles.Opentextfile(Pfad & "\" & InFrame, 1, False)
ConfTxt = ConfFile.Readall
ConfFile.Close
document.all.TheFrame.innerHTML = ConfTxt
end Function
'==========================================================================
function ShowHelp(Config)
if Config = "Def" then
msgbox "V²chozφ nastavenφ slu₧eb ve Windows XP.", vbOkOnly+vbInformation, DefaultVal
elseif Config = "pcw" then
msgbox "Toto nastavenφ ukonΦφ celou °adu slu₧eb, kterΘ spot°ebovßvajφ spoustu prost°edk∙ systΘmu a kterΘ jsou pro v∞tÜinu b∞₧n²ch u₧ivatel∙ zbyteΦnΘ.", vbOkOnly+vbInformation, "Nastavenφ slu₧eb doporuΦovanΘ PC-WORLDem"
elseif Config = "Min" then
msgbox "Toto nastavenφ zastavφ vÜechny slu₧by, kterΘ nejsou pot°eba pro b∞₧nou prßci u₧ivatel∙.", vbOkOnly+vbInformation, "Konfigurace slu₧eb na minimßlnφ nutnΘ ·rovni"
elseif Config = "last" then
msgbox "Nastavφ takovou konfiguraci slu₧eb, kterß byla v platnosti p°ed poslednφ zm∞nou provedenou touto utilitou.", vbOkOnly+vbInformation, "Obnovenφ poslednφ pou₧itΘ konfigurace slu₧eb"
elseif Config = "org" then
msgbox "Nastavφ takovou konfiguraci slu₧eb, kterß byla v platnosti p°ed prvnφm pou₧itφm tΘto utility.", vbOkOnly+vbInformation, "Obnovenφ v²chozφ konfigurace slu₧eb"
end if
end function
'==========================================================================
Function SubSet
if document.all.ServKonf(0).Checked then
Call SaveConfig
myshell.run "cmd /c " & chr(34) & Pfad & "\" & DefKonf & chr(34), 1, True
call LoadKonf("Def")
elseif document.all.ServKonf(1).Checked then
Call SaveConfig
myshell.run "cmd /c " & chr(34) & Pfad & "\XPPCW.bat" & chr(34), 1, True
call LoadKonf("pcw")
elseif document.all.ServKonf(2).Checked then
Call SaveConfig
myshell.run "cmd /c " & chr(34) & Pfad & "\XPMinimal.bat" & chr(34), 1, True
call LoadKonf("Min")
elseif document.all.ServKonf(3).Checked then
myshell.run "cmd /c " & chr(34) & Pfad & "\XPLast.bat" & chr(34), 1, True
call LoadKonf("last")
elseif document.all.ServKonf(4).Checked then
Call SaveConfig
myshell.run "cmd /c " & chr(34) & Pfad & "\XPOrg.bat" & chr(34), 1, True
call LoadKonf("org")
end if
End Function
'==========================================================================
Function SaveConfig
Set LastConf = myfiles.OpenTextFile(Pfad & "\XPLast.Bat", 2, True)
LastConf.WriteLine "sc boot ok"
LastConf.WriteLine "sc config ClipSrv start= " & GetSvcStatus("ClipSrv")
LastConf.WriteLine "sc config Netlogon start= " & GetSvcStatus("Netlogon")
LastConf.WriteLine "sc config AppMgmt start= " & GetSvcStatus("AppMgmt")
LastConf.WriteLine "sc config lanmanworkstation start= " & GetSvcStatus("lanmanworkstation")
LastConf.WriteLine "sc config aspnet_state start= " & GetSvcStatus("aspnet_state")
LastConf.WriteLine "sc config wuauserv start= " & GetSvcStatus("wuauserv")
LastConf.WriteLine "sc config EventSystem start= " & GetSvcStatus("EventSystem")
LastConf.WriteLine "sc config COMSysApp start= " & GetSvcStatus("COMSysApp")
LastConf.WriteLine "sc config Browser start= " & GetSvcStatus("Browser")
LastConf.WriteLine "sc config DcomLaunch start= " & GetSvcStatus("DcomLaunch")
LastConf.WriteLine "sc config Themes start= " & GetSvcStatus("Themes")
LastConf.WriteLine "sc config WmdmPmSN start= " & GetSvcStatus("WmdmPmSN")
LastConf.WriteLine "sc config MSDTC start= " & GetSvcStatus("MSDTC")
LastConf.WriteLine "sc config Dnscache start= " & GetSvcStatus("Dnscache")
LastConf.WriteLine "sc config Spooler start= " & GetSvcStatus("Spooler")
LastConf.WriteLine "sc config Eventlog start= " & GetSvcStatus("Eventlog")
LastConf.WriteLine "sc config ALG start= " & GetSvcStatus("ALG")
LastConf.WriteLine "sc config ProtectedStorage start= " & GetSvcStatus("ProtectedStorage")
LastConf.WriteLine "sc config HTTPFilter start= " & GetSvcStatus("HTTPFilter")
LastConf.WriteLine "sc config ImapiService start= " & GetSvcStatus("ImapiService")
LastConf.WriteLine "sc config CiSvc start= " & GetSvcStatus("CiSvc")
LastConf.WriteLine "sc config BITS start= " & GetSvcStatus("BITS")
LastConf.WriteLine "sc config PolicyAgent start= " & GetSvcStatus("PolicyAgent")
LastConf.WriteLine "sc config WZCSVC start= " & GetSvcStatus("WZCSVC")
LastConf.WriteLine "sc config SysmonLog start= " & GetSvcStatus("SysmonLog")
LastConf.WriteLine "sc config SwPrv start= " & GetSvcStatus("SwPrv")
LastConf.WriteLine "sc config Messenger start= " & GetSvcStatus("Messenger")
LastConf.WriteLine "sc config mnmsrvc start= " & GetSvcStatus("mnmsrvc")
LastConf.WriteLine "sc config NetDDE start= " & GetSvcStatus("NetDDE")
LastConf.WriteLine "sc config NetDDEdsdm start= " & GetSvcStatus("NetDDEdsdm")
LastConf.WriteLine "sc config Netman start= " & GetSvcStatus("Netman")
LastConf.WriteLine "sc config xmlprov start= " & GetSvcStatus("xmlprov")
LastConf.WriteLine "sc config Nla start= " & GetSvcStatus("Nla")
LastConf.WriteLine "sc config NtLmSsp start= " & GetSvcStatus("NtLmSsp")
LastConf.WriteLine "sc config PlugPlay start= " & GetSvcStatus("PlugPlay")
LastConf.WriteLine "sc config RSVP start= " & GetSvcStatus("RSVP")
LastConf.WriteLine "sc config RasMan start= " & GetSvcStatus("RasMan")
LastConf.WriteLine "sc config RpcSs start= " & GetSvcStatus("RpcSs")
LastConf.WriteLine "sc config RemoteAccess start= " & GetSvcStatus("RemoteAccess")
LastConf.WriteLine "sc config seclogon start= " & GetSvcStatus("seclogon")
LastConf.WriteLine "sc config lanmanserver start= " & GetSvcStatus("lanmanserver")
LastConf.WriteLine "sc config ShellHWDetection start= " & GetSvcStatus("ShellHWDetection")
LastConf.WriteLine "sc config wscsvc start= " & GetSvcStatus("wscsvc")
LastConf.WriteLine "sc config SamSs start= " & GetSvcStatus("SamSs")
LastConf.WriteLine "sc config SCardSvr start= " & GetSvcStatus("SCardSvr")
LastConf.WriteLine "sc config SSDPSRV start= " & GetSvcStatus("SSDPSRV")
LastConf.WriteLine "sc config srservice start= " & GetSvcStatus("srservice")
LastConf.WriteLine "sc config Schedule start= " & GetSvcStatus("Schedule")
LastConf.WriteLine "sc config LmHosts start= " & GetSvcStatus("LmHosts")
LastConf.WriteLine "sc config TapiSrv start= " & GetSvcStatus("TapiSrv")
LastConf.WriteLine "sc config TlntSvr start= " & GetSvcStatus("TlntSvr")
LastConf.WriteLine "sc config TermService start= " & GetSvcStatus("TermService")
LastConf.WriteLine "sc config upnphost start= " & GetSvcStatus("upnphost")
LastConf.WriteLine "sc config UPS start= " & GetSvcStatus("UPS")
LastConf.WriteLine "sc config dmserver start= " & GetSvcStatus("dmserver")
LastConf.WriteLine "sc config dmadmin start= " & GetSvcStatus("dmadmin")
LastConf.WriteLine "sc config Alerter start= " & GetSvcStatus("Alerter")
LastConf.WriteLine "sc config WebClient start= " & GetSvcStatus("WebClient")
LastConf.WriteLine "sc config AudioSrv start= " & GetSvcStatus("AudioSrv")
LastConf.WriteLine "sc config MSIServer start= " & GetSvcStatus("MSIServer")
LastConf.WriteLine "sc config WmiApSrv start= " & GetSvcStatus("WmiApSrv")
LastConf.Close
Set Batch = Myfiles.opentextfile(Pfad & "\XPLast.Bat", 1, False)
BatchTxt = Batch.Readall
Batch.Close
x = 0
Suchstr = "start= auto"
Insert = "sc start"
Do
findme = InStr(x+1, BatchTxt, Suchstr, 1)
x = findme
If findme = 0 Then Exit Do
findconf = InstrRev(BatchTxt, "sc config ", findme, 1)
SvcName = Mid(BatchTxt, findconf+10, findme-findconf-11)
BatchTxt = replace(BatchTxt, "sc config " & SvcName & " " & Suchstr, "sc config " & SvcName & " " & Suchstr & vbNewLine & Insert & " " & SvcName, 1,-1,1)
loop
Set Batch = Myfiles.opentextfile(Pfad & "\XPLast.Bat", 2, False)
Batch.Write BatchTxt
Batch.Close
BatchTxt = ""
Set Batch = Myfiles.opentextfile(Pfad & "\XPLast.Bat", 1, False)
BatchTxt = Batch.Readall
Batch.Close
x = 0
Suchstr = "start= delayed-auto"
Insert = "sc start"
Do
findme = InStr(x+1, BatchTxt, Suchstr, 1)
x = findme
If findme = 0 Then Exit Do
findconf = InstrRev(BatchTxt, "sc config ", findme, 1)
SvcName = Mid(BatchTxt, findconf+10, findme-findconf-11)
BatchTxt = replace(BatchTxt, "sc config " & SvcName & " " & Suchstr, "sc config " & SvcName & " " & Suchstr & vbNewLine & Insert & " " & SvcName, 1,-1,1)
loop
Set Batch = Myfiles.opentextfile(Pfad & "\XPLast.Bat", 2, False)
Batch.Write BatchTxt
Batch.Close
BatchTxt = ""
Set Batch = Myfiles.opentextfile(Pfad & "\XPLast.Bat", 1, False)
BatchTxt = Batch.Readall
Batch.Close
x = 0
Suchstr = "start= disabled"
Insert = "sc stop"
Do
findme = InStr(x+1, BatchTxt, Suchstr, 1)
x = findme
If findme = 0 Then Exit Do
findconf = InstrRev(BatchTxt, "sc config ", findme, 1)
SvcName = Mid(BatchTxt, findconf+10, findme-findconf-11)
BatchTxt = replace(BatchTxt, "sc config " & SvcName & " " & Suchstr, "sc config " & SvcName & " " & Suchstr & vbNewLine & Insert & " " & SvcName, 1,-1,1)
loop
Set Batch = Myfiles.opentextfile(Pfad & "\XPLast.Bat", 2, False)
Batch.Write BatchTxt
Batch.Close
BatchTxt = ""
Set Batch = Myfiles.opentextfile(Pfad & "\XPLast.Bat", 1, False)
BatchTxt = Batch.Readall
Batch.Close
x = 0
Suchstr = "start= demand"
Insert = "sc stop"
Do
findme = InStr(x+1, BatchTxt, Suchstr, 1)
x = findme
If findme = 0 Then Exit Do
findconf = InstrRev(BatchTxt, "sc config ", findme, 1)
SvcName = Mid(BatchTxt, findconf+10, findme-findconf-11)
BatchTxt = replace(BatchTxt, "sc config " & SvcName & " " & Suchstr, "sc config " & SvcName & " " & Suchstr & vbNewLine & Insert & " " & SvcName, 1,-1,1)
loop
Set Batch = Myfiles.opentextfile(Pfad & "\XPLast.Bat", 2, False)
Batch.Write BatchTxt
Batch.Close
BatchTxt = ""
If not (myfiles.FileExists(Pfad & "\XPOrg.bat")) then
ret = myfiles.copyfile(Pfad & "\XPLast.bat", Pfad & "\XPOrg.bat", False)
end if
document.all.TheFrame.innerHTML = "Byla provedena zßloha aktußlnφ konfigurace..."
If not (myfiles.FileExists(Pfad & "\XPLast.bat")) then
document.all.ServKonf(3).disabled = True
else
document.all.ServKonf(3).disabled = False
end if
If not (myfiles.FileExists(Pfad & "\XPOrg.bat")) then
document.all.ServKonf(4).disabled = True
else
document.all.ServKonf(4).disabled = False
end if
end function
'==========================================================================
Function GetSvcStatus(svc)
on error resume next
ret = myshell.Regread("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\" & svc & "\Start")
if err.number = 0 then
if ret = 0 then
GetSvcStatus = "boot"
elseif ret = 1 then
GetSvcStatus = "system"
elseif ret = 2 then
thedelay = myshell.Regread("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\" & svc & "\DelayedAutostart")
if thedelay = 0 then
GetSvcStatus = "auto"
elseif thedelay = 1 then
GetSvcStatus = "delayed-auto"
end if
elseif ret = 3 then
GetSvcStatus = "demand"
elseif ret = 4 then
GetSvcStatus = "disabled"
else
GetSvcStatus = "demand"
end if
else
GetSvcStatus = "demand"
err.clear
end if
End Function
'==========================================================================
Sub SubClear(ID)
document.all.item(ID).Value = ""
End Sub
'==========================================================================
Sub SubQuit
Set myfiles = Nothing
Set myshell = Nothing
Window.Close
End Sub
'==========================================================================
Function high(objekt)
objekt.style.background ="#00FF00"
objekt.filters.alpha.finishopacity = 100
objekt.filters.alpha.opacity = 100
End Function
'==========================================================================
function low(objekt)
objekt.style.background ="#008000"
objekt.filters.alpha.opacity = 100
objekt.filters.alpha.finishopacity = 40
End Function
'==========================================================================
</SCRIPT>
<BODY SCROLL="yes" ONLOAD="SubInitFenster">
<TABLE WIDTH=80% BORDER=0 CELLPADDING=4 CELLSPACING=2>
<TR>
<TD WIDTH=100% align="left">
<b>Vyberte po₧adovanou konfiguraci:</b>
</TD>
<TR>
<TD>
<INPUT
Name=ServKonf
Type="radio"
value="DefKonf"
onclick="LoadKonf('Def')">
<Input
Type="button"
Class="Button"
OnClick="ShowHelp('Def')"
name="shelp"
Value=" ? "
onMouseOver="high(shelp)"
onMouseOut="low(shelp)"
Title="Informace pro danou konfiguraci"/>
<Input
Class="Label"
ID=Deflabel
Type=text
Value=""
Size=90 READONLY>
</TD>
</TR>
<TR>
<TD>
<INPUT
Name=ServKonf
Type="radio"
value="pcwKonf"
onclick="LoadKonf('pcw')">
<Input
Type="button"
Class="Button"
OnClick="ShowHelp('pcw')"
name="shelp2"
Value=" ? "
onMouseOver="high(shelp2)"
onMouseOut="low(shelp2)"
Title="Informace pro danou konfiguraci"/>
<Input
Class="Label"
ID=pcwlabel
Type=text
Value="Konfigurace slu₧eb doporuΦenß PC-WORLDem"
Size=90 READONLY>
</TD>
</TR>
<TR>
<TD>
<INPUT
Name=ServKonf
Type="radio"
Title="MinKonf"
onclick="LoadKonf('Min')">
<Input
Type="button"
Class="Button"
OnClick="ShowHelp('Min')"
name="shelp3"
Value=" ? "
onMouseOver="high(shelp3)"
onMouseOut="low(shelp3)"
Title="Informace pro danou konfiguraci"/>
<Input
Class="Label"
ID=MinLabel
Type=text
Value="Konfigurace slu₧eb na minimßlnφ ·rovni"
Size=90 READONLY>
</TD>
</TR>
<TR>
<TD>
<INPUT
Name=ServKonf
Type="radio"
Title="LastKonf"
onclick="LoadKonf('last')">
<Input
Type="button"
Class="Button"
OnClick="ShowHelp('last')"
name="shelp4"
Value=" ? "
onMouseOver="high(shelp4)"
onMouseOut="low(shelp4)"
Title="Informace pro danou konfiguraci"/>
<Input
Class="Label"
ID=Lastlabel
Type=text
Value="Obnovenφ poslednφ nastavenΘ konfigurace slu₧eb"
Size=90 READONLY>
</TD>
<TR>
<TD>
<INPUT
Name=ServKonf
Type="radio"
Title="OrgKonf"
onclick="LoadKonf('org')">
<Input
Type="button"
Class="Button"
OnClick="ShowHelp('org')"
name="shelp5"
Value=" ? "
onMouseOver="high(shelp5)"
onMouseOut="low(shelp5)"
Title="Informace pro danou konfiguraci"/>
<Input
Class="Label"
ID=Orglabel
Type=text
Value="Obnovenφ v²chozφ konfigurace"
Size=90 READONLY>
</TD>
</TR>
</Table>
<TABLE WIDTH=80% BORDER=0 CELLPADDING=4 CELLSPACING=2> <TR>
<TR>
<TD WIDTH=100%>
<B>Podrobnosti t²kajφcφ se konfigurace slu₧eb:</B>
</TD>
</TR>
<TR>
<TD WIDTH=100%>
<Span Class=Textbox Name=TheFrame id=TheFrame style="WIDTH: 670px; HEIGHT: 270px; overflow:auto"></Span>
</TD>
</TR>
</TABLE>
<TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=2>
<TR>
<TD WIDTH=100%>
<Input
Type="button"
Class="Button"
OnClick="SubSet"
name="setit"
Value="Pou₧φt"
onMouseOver="high(setit)"
onMouseOut="low(setit)"
Title="Pou₧ije vybranou konfiguraci slu₧eb"/>
<Input
Type="button"
Class="Button"
OnClick="SaveConfig"
name="saveit"
Value="Ulo₧enφ aktußlnφ konfigurace"
onMouseOver="high(saveit)"
onMouseOut="low(saveit)"
Title="Ulo₧φ aktußlnφ nastavenφ slu₧eb (jinak se provßdφ automaticky)"/>
<Input
Type="button"
Class=Button
OnClick="SubQuit"
Name="Ende"
Value="Konec"
onMouseOver="high(Ende)"
onMouseOut="low(Ende)"
Title="UkonΦenφ utility"/>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>